Resources Home
JavaScript Tutorials
User rating:
8 Yays
2 Nays


50 Useful JavaScript Tools
50 excellent tools to help you achieve various tasks involved in authoring JavaScript code.
User rating:
5 Yays
3 Nays


Tips for Speeding up your JavaScript (4 parts)
A wonderful 4 part series by Nicholas C. Zakas on ways to optimize your JavaScript code.
User rating:
5 Yays
6 Nays


Creating an animated background menu using CSS/ JavaScript
A step by step tutorial on how to create a compelling menu with an animated background when the mouse rolls over it.
User rating:
7 Yays
8 Nays


The Art of Writing Cryptic Code- Part I
This isn't an article about writing good code. This is an article about writing code that just doesn’t make much sense at first glance.
User rating:
4 Yays
12 Nays


Creating a flashy image slideshow with IE Transitions
A step by step tutorial on creating a cross browser image slideshow that's enhanced visually in IE using IE Transitions.
User rating:
2 Yays
4 Nays


DOM Element Traversal API
John Resig talks about the new Element Traversal API in DOM Level2, now supported in Firefox 3.1.
User rating:
7 Yays
4 Nays


Creating a Virtual jQuery Keyboard
A tutorial on creating a virtual keyboard using jQuery and lots of form buttons.
User rating:
12 Yays
7 Nays


The Ultimate addEvent() function
Stephen Stchur's version of addEvent() has a few new tricks up its sleeves, including support for cross browser "mouseenter" and "mouseleave" events.
User rating:
7 Yays
4 Nays


John Resig on JavaScript benchmarks quality
In light of the speed claims by Google Chrome, John Resiq discusses the quality of different JavaScript benchmarks.
User rating:
14 Yays
5 Nays


CSS Sprites2 - It’s JavaScript Time
CSS sprites technique redux using JavaScript and jQuery.